Add Contributors and fix broken markdown in README_pt_br#8375
Conversation
Remove broken markdown under '## Apoiadores', and add '## Contribuidores'
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe Portuguese README replaces the sponsors section with a collaborators section that links to the repository contributor graph and shows the contrib.rocks contributor image. ChangesPortuguese README update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/readme/readme_pt_br.md (1)
96-96: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueAdd alt text to the contrib.rocks image for accessibility.
The
<img>tag is missing analtattribute. While this image is decorative, explicit empty alt (alt="") or descriptive text improves accessibility compliance.🛠️ Proposed fix
- <img src="https://contrib.rocks/image?repo=usebruno/bruno" /> + <img src="https://contrib.rocks/image?repo=usebruno/bruno" alt="Contribuidores do Bruno" />🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/readme/readme_pt_br.md` at line 96, The README image tag in the contrib.rocks section is missing accessibility text; update the `<img>` element to include an `alt` attribute, using either an empty value for decorative content or concise descriptive text. Locate the image markup in the README snippet and adjust the existing image tag accordingly so it complies with accessibility requirements.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/readme/readme_pt_br.md`:
- Around line 92-98: The README has duplicate contributor sections: the newly
added `### Colaboradores` block duplicates the existing contributor block
already present later in the file. Remove the earlier inserted section and keep
the existing bottom placement that matches the other localized READMEs, or if
the intent is a terminology change, rename the existing `### Contribuidores`
heading instead of adding a second block. Also delete the `### Apoiadores`
section only if it is no longer needed, using the existing contributor section
as the single source of truth.
---
Nitpick comments:
In `@docs/readme/readme_pt_br.md`:
- Line 96: The README image tag in the contrib.rocks section is missing
accessibility text; update the `<img>` element to include an `alt` attribute,
using either an empty value for decorative content or concise descriptive text.
Locate the image markup in the README snippet and adjust the existing image tag
accordingly so it complies with accessibility requirements.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 468adda0-8cb9-4d3b-8e42-39a87c5e045d
📒 Files selected for processing (1)
docs/readme/readme_pt_br.md
Description
Remove broken markdown under
## Apoiadores, and add## Contribuidores.Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.
Summary by CodeRabbit